+2005-08-27 Øyvind Kolås <pippin@gimp.org>
+
+ * docs/graphics/Makefile.am: s/INSCAPE/INKSCAPE/
+
2005-08-27 Sven Neumann <sven@gimp.org>
* configure.ac
dist-check-inkscape:
%.png: %.svg
- $(INSCAPE) -e $@ $<
+ $(INKSCAPE) -e $@ $<
# the png version of the a4 poster is used as a webgraphic
# , thus it is rendered with the background alpha set to
# 0.0
babl-a4poster.png: babl-a4poster.svg
- $(INSCAPE) -e $@ $< -w 256 -y 0
+ $(INKSCAPE) -e $@ $< -w 256 -y 0
else
dist-check-inkscape:
@echo "*** inkscape must be available in order to make dist"